home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1995…tember: Reference Library / Dev.CD Sep 95 RL / Dev.CD Sep 95 RL.toast / mac / Technical Documentation / develop / develop Issue 9 code / Tracks / init.h < prev    next >
Encoding:
C/C++ Source or Header  |  1992-11-16  |  811 b   |  28 lines  |  [TEXT/MPS ]

  1. #ifndef __INIT__
  2. #define __INIT__
  3.  
  4. #include "TracksSaveLoad.h"
  5.  
  6. #define shiftKeyCode 56
  7.  
  8. Handle     GetTargAppStuff(Handle targetAppName);
  9. pascal     void ShowINIT(short iconID, short moveX);
  10. void     InitNotify(short err,short ResourceID);
  11. short     InvokeTrace(short TraceRefNum,short prefFolderRefNum, saveTypeHandle    hSave, Handle drvrName);
  12.  
  13. saveTypeHandle GetUserPrefs(short prefsVolRef, Handle *driverDotName);
  14.  
  15.  
  16. // pascal short             DrvrInstall(Handle drvrHandle, short refNum); /* Assembled glue */
  17. pascal unsigned short     IntDisable();
  18. pascal void             IntEnable(unsigned short OldStatus);
  19. short                     GetFolderVol(OSType type);
  20.  
  21.  
  22. // Driver installation routines 
  23. short         InstallDriver(StringPtr drvrDotName);
  24. static        short        changeDRVRSlot(short slot, StringPtr name);
  25. static        short          lookForSlotInUnitTable();
  26.  
  27. #endif
  28.